home *** CD-ROM | disk | FTP | other *** search
- *html .responseItem {height: 0;}
-
- #contents {
- overflow: hidden;
- padding-top: 20px;
- padding-bottom: 5px;
- padding-left: 10px;
- padding-right: 5px;
- margin-top: 0px;
- margin-bottom: 0px;
- }
-
- #header1 {
- position: fixed;
- top: 0px;
- left: 0px;
- right: 0px;
- margin: 0;
- padding: 10px;
- overflow: auto;
- color: white;
- font-family: Lucida Grande;
- text-align: center;
- /* font-size: 10px; */
- font-weight: regular;
- background: rgba(0,0,0,.65);
- z-index: 999;
- }
-
- #heading {
- position: fixed;
- top: 0px;
- left: 0px;
- margin: 0;
- padding: 5px;
- font-weight: regular;
- background-color:#fbfbed;
- z-index: 999;
- width:100%;
- height:45px;
- border-bottom:2px solid #d5d5d5;
- background:url("images/steelHeading.jpg") repeat-x top left;
-
- }
-
- #heading .conversationIncomingIcon {
- position:absolute;
- left:5px;
- top:5px;
- }
-
- #heading .conversationIncomingIcon img {
- width:48px;
- height:48px;
- }
-
- #heading .conversationWith {
- position:relative;
- left:60px;
- margin:5px 0 0 0;
- font: bold 16px Myriad Pro, Myriad, Lucida Grande, Trebuchet MS, Arial;
- }
-
- #heading .conversationTime {
- position:relative;
- left:60px;
- color:#6d6d6d;
- font: bold 10px Myriad Pro, Myriad, Lucida Grande, Trebuchet MS, Arial;
- }
-
- body {
- margin: 0;
- background-color: white;
- color: black;
- }
-
- .status_container {
- font: 10px Myriad, Lucida Grande, Arial;
- }
-
- .chatItem {
- clear:both;
- }
-
- .chatItem .avatar {
- float:left;
- }
-
- .status {
- margin:6px 0 6px 0;
- /* font-size:10px; */
- }
-
-
- .incomingItem .timeStamp {
- color:#b3cf77;
- }
-
- .outgoingItem .timeStamp {
- color:#dbd789;
- }
-
-
- #debugToggle {
- position:absolute;
- right:20px;
-
- }
-
- #debug {
- border:1px solid red;
- padding:0.25em;
-
- }
-
- /*#########Bubbles########## */
- .responseItem {
- margin-left:42px;
- margin-bottom:0.25em;
- position:relative;
- }
-
- .responseItem p {
- margin:0;
- padding:0;
- /* font-size:0.85em; */
- margin-top:-4px;
- }
-
-
- .bubbleHeading {
- height:10px;
- line-height:10px;
- font-size:1px;
- }
-
- .bubbleHeading div {
- height:10px;
- line-height:10px;
- font-size:1px;
- width:20px;
- float:right;
- }
-
- .bubbleIndicator {
- height:11px;
- width:12px;
- float:left;
- position:relative;
- left:-9px;
- }
-
- .response {
- margin-right:20px;
- padding-left:15px;
- padding-right:35px;
- /* font-size:0.8em; */
- word-wrap: break-word;
- }
-
- .response img {
- vertical-align:middle;
- }
-
- .timeStamp {
- position:absolute;
- top:4px;
- right:5px;
- /* font-size:10px; */
- }
-
- .bubbleFooting {
- height:10px;
- font-size:1px;
- }
-
- .bubbleFooting div {
- height:10px;
- font-size:1px;
- width:20px;
- float:right;
- margin:0;
- padding:0;
- }
-
- .avatar {
- width:25px;
- height:25px;
- }
-
- .followUp {
- border: 0;
- height:2px;
- }
-
-
- /****** STatus ******/
-
- .statusMessage {
- background:url("images/steelBackground.gif") repeat-y top right;
- opacity:0.5;
- filter:alpha(opacity=50);
- }
-
- .statusMessage .bubbleHeading {
- background:url("images/steelCurves.gif") no-repeat top left;
- }
-
- .statusMessage .bubbleHeading div {
- background:url("images/steelCurves.gif") no-repeat top right;
- }
-
- .statusMessage .bubbleIndicator {
- background:url("images/steelIndicator.gif") no-repeat top left;
- }
-
- .statusMessage .bubbleFooting {
- background:url("images/steelCurves.gif") no-repeat bottom left;
- }
-
- .statusMessage .bubbleFooting div {
- background:url("images/steelCurves.gif") no-repeat bottom right;
- }
-
- .statusMessage .response {
- background:url("images/steelBackground.gif") repeat-y top left;
- .color: gray; /* IE will ignore the period an interpret this. Take that IE7! */
- }
-
-
- /*############Incoming Bubble########## */
-
- .incomingItem {
- background:url("images/greenBackground.gif") repeat-y top right;
- }
-
- .incomingItem .bubbleHeading {
- background:url("images/greenCurves.gif") no-repeat top left;
- }
-
- .incomingItem .bubbleHeading div {
- background:url("images/greenCurves.gif") no-repeat top right;
- }
-
- .incomingItem .bubbleIndicator {
- background:url("images/greenIndicator.gif") no-repeat top left;
- }
-
- .incomingItem .bubbleFooting {
- background:url("images/greenCurves.gif") no-repeat bottom left;
- }
-
- .incomingItem .bubbleFooting div {
- background:url("images/greenCurves.gif") no-repeat bottom right;
- }
-
- .incomingItem .response {
- background:url("images/greenBackground.gif") repeat-y top left;
- }
-
- .incomingItem .followUp {
- color:#e2efc4;
- background-color:#e2efc4;
- border-bottom:1px solid #fff;
- }
-
- /*############Incoming Bubble(Historical)########## */
-
- .incomingItemHistorical {
- background:url("images/steelBackground.gif") repeat-y top right;
- opacity:0.5;
- filter:alpha(opacity=50);
- }
-
- .incomingItemHistorical .bubbleHeading {
- background:url("images/steelCurves.gif") no-repeat top left;
- }
-
- .incomingItemHistorical .bubbleHeading div {
- background:url("images/steelCurves.gif") no-repeat top right;
- }
-
- .incomingItemHistorical .bubbleIndicator {
- background:url("images/steelIndicator.gif") no-repeat top left;
- }
-
- .incomingItemHistorical .bubbleFooting {
- background:url("images/steelCurves.gif") no-repeat bottom left;
- }
-
- .incomingItemHistorical .bubbleFooting div {
- background:url("images/steelCurves.gif") no-repeat bottom right;
- }
-
- .incomingItemHistorical .response {
- background:url("images/steelBackground.gif") repeat-y top left;
- .color: gray; /* IE will ignore the period and interpret this. Take that IE7! */
- }
-
- .incomingItemHistorical .followUp {
- color:#ececec;
- background-color:#ececec;
- border-bottom:1px solid #fff;
- }
-
- /*############Outgoing Bubble########## */
-
- .outgoingItem {
- background:url("images/yellowBackground.gif") repeat-y top right;
- }
-
- .outgoingItem .bubbleHeading {
- background:url("images/yellowCurves.gif") no-repeat top left;
- }
-
- .outgoingItem .bubbleHeading div {
- background:url("images/yellowCurves.gif") no-repeat top right;
- }
-
- .outgoingItem .bubbleIndicator {
- background:url("images/yellowIndicator.gif") no-repeat top left;
- }
-
- .outgoingItem .bubbleFooting {
- background:url("images/yellowCurves.gif") no-repeat bottom left;
- }
-
- .outgoingItem .bubbleFooting div {
- background:url("images/yellowCurves.gif") no-repeat bottom right;
- }
-
- .outgoingItem .response {
- background:url("images/yellowBackground.gif") repeat-y top left;
- }
-
- .outgoingItem .followUp {
- color:#f4f2cb;
- background-color:#f4f2cb;
- border-bottom:1px solid #fff;
- }
-
- /*############Outgoing Bubble (Historical)########## */
-
- .outgoingItemHistorical {
- background:url("images/steelBackground.gif") repeat-y top right;
- opacity:0.5;
- filter:alpha(opacity=50);
- }
-
- .outgoingItemHistorical .bubbleHeading {
- background:url("images/steelCurves.gif") no-repeat top left;
- }
-
- .outgoingItemHistorical .bubbleHeading div {
- background:url("images/steelCurves.gif") no-repeat top right;
- }
-
- .outgoingItemHistorical .bubbleIndicator {
- background:url("images/steelIndicator.gif") no-repeat top left;
- }
-
- .outgoingItemHistorical .bubbleFooting {
- background:url("images/steelCurves.gif") no-repeat bottom left;
- }
-
- .outgoingItemHistorical .bubbleFooting div {
- background:url("images/steelCurves.gif") no-repeat bottom right;
- }
-
- .outgoingItemHistorical .response {
- background:url("images/steelBackground.gif") repeat-y top left;
- .color: gray; /* IE will ignore the period and interpret this. Take that IE7! */
- }
-
- .outgoingItemHistorical .followUp {
- color:#ececec;
- background-color:#ececec;
- border-bottom:1px solid #fff;
- }
-
- .fadedimage {
- opacity:0.5;
- filter:alpha(opacity=50);
- }
-
-